home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Applications / Charting Coach / Charting Coach V2.0sw / Charting Coach V2.DXR / 00264.ls < prev    next >
Encoding:
Text File  |  1996-10-13  |  149 b   |  10 lines

  1. on mouseUp
  2.   global dayNo, oldstamp
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   setAt(stamp, dayNo, oldstamp)
  7.   resetMonthlyDays()
  8.   cursor(0)
  9. end
  10.